projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
879b284
)
docs: Annotate GdkMemoryTexture
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 1 Dec 2020 13:47:56 +0000
(13:47 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 1 Dec 2020 13:47:56 +0000
(13:47 +0000)
gdk/gdkmemorytexture.h
patch
|
blob
|
history
diff --git
a/gdk/gdkmemorytexture.h
b/gdk/gdkmemorytexture.h
index b24e8c67966d12e75692af4fd8af1b7c6d264e71..d4161d60de7b9d35b680a21fc2fc08594c1307c8 100644
(file)
--- a/
gdk/gdkmemorytexture.h
+++ b/
gdk/gdkmemorytexture.h
@@
-94,6
+94,11
@@
typedef enum {
#define GDK_MEMORY_TEXTURE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_MEMORY_TEXTURE, GdkMemoryTexture))
#define GDK_IS_MEMORY_TEXTURE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_MEMORY_TEXTURE))
+/**
+ * GdkMemoryTexture:
+ *
+ * A #GdkTexture representing image data in memory.
+ */
typedef struct _GdkMemoryTexture GdkMemoryTexture;
typedef struct _GdkMemoryTextureClass GdkMemoryTextureClass;